`[<-.neptune.new.metadata_containers.run.Run` <-
function(x, i, value) {
if (is.null(value)) {
reticulate::py_del_item(x = x, name = i)
} else {
reticulate::py_set_item(
x = x,
name = i,
value = value
)
}
x
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.